SectionStyle Class

Represents the section style.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class SectionStyle : BaseStyle
Inheritance
Object    Style    BaseStyle    SectionStyle

Constructors

SectionStyle Initializes a new instance of the SectionStyle class.
SectionStyle(String) Initializes a new instance of the SectionStyle class.

Properties

BackgroundColor Specifies the background color for a section.
Class
(Inherited from BaseStyle)
ColumnGap Specifies the gap between columns.
Columns Contains a collection of SectionColumn objects.
DataStyle
(Inherited from BaseStyle)
DisplayName Specifies the name of a style.
(Inherited from Style)
DontBalanceTextColumns Specifies whether the text column content should be evenly distributed over all text columns or not.
EnableAutoUpdate
(Inherited from BaseStyle)
Family
(Inherited from BaseStyle)
LeftMargin Specifies the left margin of the section.
ListStyle
(Inherited from BaseStyle)
MasterPageName
(Inherited from BaseStyle)
Name Specifies names that are used for referencing style.
(Inherited from Style)
NextStyle
(Inherited from BaseStyle)
OutlineNumberingLevel
(Inherited from BaseStyle)
ParentStyle
(Inherited from BaseStyle)
Protect Specifies that sections should not be changed.
RightMargin Specifies the left margin of the section.
Separator Specifies the separator line between columns.
StyleMappings
(Inherited from BaseStyle)
WritingMode Specifies the writing mode for an element.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current SectionStyle object to its equivalent string representation.
(Overrides BaseStyleToString)

See Also